home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
tools
/
czesc_3
/
reminder
/
src
/
globals.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-04-19
|
672b
|
37 lines
/* Global variable prototypes and constants */
/* $Id: Globals.h,v 1.8 1993/04/18 21:51:52 Matti_Rintala Exp $ */
#ifndef GLOBALS_H
#define GLOBALS_H
#include <exec/types.h>
#include "Constants.h"
extern char *filename;
extern char *monthabbrv;
extern char *wdayabbrv;
extern short year;
extern short month;
extern short day;
extern short wday;
extern short before;
extern short after;
extern BOOL autodelete;
extern BOOL grouped;
extern char text[TEXTLEN+1];
extern char *swdaytxt;
extern char arexxport[AREXXPORTLEN+1];
extern char arexxcom[AREXXCOMLEN+1];
extern char mode;
extern int event;
extern int eventno;
extern BOOL changed;
extern BOOL edited;
#endif